projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b59607
)
(copyright-regexp): Recognize @copyright{}.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 4 Aug 1997 00:39:09 +0000
(
00:39
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 4 Aug 1997 00:39:09 +0000
(
00:39
+0000)
lisp/emacs-lisp/copyright.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/copyright.el
b/lisp/emacs-lisp/copyright.el
index 2472aa56e2e52aecc948da8fd6eef8524c3e3571..c876d4c2fc0fdb44a44a02b4559d8fda9cddb567 100644
(file)
--- a/
lisp/emacs-lisp/copyright.el
+++ b/
lisp/emacs-lisp/copyright.el
@@
-36,7
+36,7
@@
(defvar copyright-regexp
- "\\([
\81
©\251]\\|[Cc]opyright\\s *:?\\s *(C)\
+ "\\([
\81
©\251]\\|
@copyright{}\\|
[Cc]opyright\\s *:?\\s *(C)\
\\|[Cc]opyright\\s *:?\\s *[
\81
©\251]\\)\
\\s *\\([1-9][-0-9, ']*[0-9]+\\) "
"*What your copyright notice looks like.